PlayerEvent

data class PlayerEvent(timestamp: Timestamp, value: String)

Corresponds to kMediaEventTriggered

Constructors

PlayerEvent
Link copied to clipboard
fun PlayerEvent(timestamp: Timestamp, value: String)

Properties

timestamp
Link copied to clipboard
val timestamp: Timestamp
value
Link copied to clipboard
val value: String

Sources

jvm source
Link copied to clipboard